home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1994 November / Cd Ware (Nro. 2) - Epimundo.iso / DOS / PG / STRX.ZIP / DLLDEFS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-08-04  |  214 b   |  12 lines

  1. #ifdef __TURBOC__
  2. #  include <_defs.h>
  3. #  if defined(__DLL__)
  4. #    define _ExportFunction _export
  5. #  else
  6. #    define _ExportFunction
  7. #  endif
  8. #else
  9. #  define _ExportFunction
  10. #  define _CLASSTYPE
  11. #endif
  12.